<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .clearf::before,
  .clearf::after {
    clear: both;
    content: "";
  }
  .clearf::after {
    display: table;
  }
  .clearf {
    zoom: 1;
  }
  img {
    max-width: 100%;
  }
  li {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  button,
  input {
    outline: none;
  }
  body {
    font-family: '微软雅黑';
    /*overflow: hidden;*/
    -webkit-overflow-scrolling: ?touch;
  }

.job-titles {
  text-align: center;
  padding-bottom: 30px;
}
.job-list {
  padding: 20px 10px;
  border: 1px solid #eee;
}
.list-img {
  float: left;
  width: 78px;
  height: 78px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.list-msg {
  float: left;
  padding-left: 20px;
  max-width: 96%;
}
.list-msg .titles {
  /*padding-top: 10px;*/
  margin-bottom: 0 !important;
}

.tnavs-molans-clo {
  position: relative;
}
.tnavs-molans-clo .molans {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-bottom: 0px;
}
.tnavs-molans-clo .molans li {
  float: left;
  background-color: #f8f8f8;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.cn-pt-perspective .pt-page a.mores {
  padding-left: 55px;
}
.jp-pt-perspective .pt-page a.mores {
  padding-left: 26px;
  background-position: 165px center;
}
  .po-r {
    position: relative;
  }



  .in-container {
    max-width: 1450px/*1200px*/;
    width: 95%;
    margin: 0 auto;
  }
  .in-containers {
    max-width: 1360px;
    width: 95%;
    margin: 0 auto;
  }
  #boxscroll {
    width: 100%;
    height: 100vh;
    transition: 0.3s;
  }
  #boxscroll.hided {
    transform: translateX(-100%);
  }
  #boxscroll.showed {
    transform: translateX(0);
  }
  #ascrail2000,
  #ascrail2000-hr {
    display: none !important;
  }
  .ovf-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .accordion {
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .accordion .link {
    cursor: pointer;
    display: block;
    padding: 25px 15px 25px 20px;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dotted #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .accordion li:last-child .link {
    border-bottom: 0;
  }
  .accordion li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .accordion li i.fa-chevron-down {
    right: 12px;
    font-size: 16px;
  }
  .accordion li.open .link {
    color: #373c9a;
  }
  .accordion li.open i {
    color: #373c9a;
  }
  .accordion li.open i.fa-chevron-down {
    -webkit-transform: translateY(-10px) rotate(180deg);
    -ms-transform: translateY(-10px) rotate(180deg);
    -o-transform: translateY(-10px) rotate(180deg);
    transform: translateY(-10px) rotate(180deg);
  }
  .submenu {
    display: none;
    background: #78261f;
    font-size: 14px;
  }
  .submenu li {
    border-bottom: 1px solid #6d1d17;
  }
  .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .submenu a:hover {
    background: #373c9a;
    color: #FFF;
  }
  .in-tnavs {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 1000;
    opacity: 1;
    transition: 0.6s;
  }
  .in-tnavs.hided {
    opacity: 0;
    height: 0;
  }
  .in-tnavs .in-containers {
    height: 100%;
  }
  .in-tnavs .tnavs-logo {
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
  }
  .in-tnavs .tnavs-logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.95;
  }
  .in-tnavs .tnavs-menus {
    float: left;
    width: 65%;
    height: 100%;
  }
  .in-tnavs .tnavs-menus ul {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .in-tnavs .tnavs-menus ul li {
    display: inline-block;
    line-height: 70px;
    padding: 0px 20px;
    height: 100%;
  }
  .in-tnavs .tnavs-menus ul li a {
    color: #eee;
    padding: 5px 0px;
  }
  .in-tnavs .tnavs-menus ul li a.active {
    border-bottom: 2px solid #fff;
  }
  .in-tnavs .tnavs-menus ul li a:hover {
    border-bottom: 2px solid #fff;
  }
  .in-tnavs .tnavs-lans {
    float: right;
    width: 5%;
    height: 100%;
  }
  .in-tnavs .tnavs-lans .lans-box {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .in-tnavs .tnavs-lans .lans-box .boxs {
    width: 27px;
    height: 27px;
    overflow: hidden;
    transition: 0.3s;
  }
  .in-tnavs .tnavs-lans .lans-box .boxs:hover {
    transform: scale(1.15);
  }
  .in-tnavs .navs-m {
    float: right;
    width: 10%;
    height: 100%;
    display: none;
    position: relative;
  }
  .in-tnavs .navs-m .m-menu {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .in-tnavs .navs-m .m-menu img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.95;
  }
  .tnavs-mobmenus {
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: 0.3s;
    background-color: #fff;
    z-index: 10000;
  }
  .tnavs-mobmenus.showed {
    transform: translateX(0);
  }
  .tnavs-mobmenus.hided {
    transform: translateX(100%);
  }
  .tnavs-mobmenus .closed-m {
    float: right;
    margin-top: 20px;
  }
  .tnavs-mobmenus .closed-m img {
    width: 50px;
    padding-right: 10px;
  }
  .in-banners {
    background-color: #eee;
    position: relative;
  }
  .in-banners .dl-menu {
    max-width: 1500px;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .in-banners .dl-menu .dl-submenu {
    height: 0;
    padding: 0;
    position: relative;
  }
  .in-banners .dl-menu .dl-submenu li {
    position: absolute;
  }
  .in-banners .dl-menu .dl-submenu li.bt_pre {
    left: 0;
  }
  .in-banners .dl-menu .dl-submenu li.bt_pre img {
    transition: 0.3s;
  }
  .in-banners .dl-menu .dl-submenu li.bt_pre:hover img {
    transform: scale(1.1);
  }
  .in-banners .dl-menu .dl-submenu li.bt_next {
    right: 0;
  }
  .in-banners .dl-menu .dl-submenu li.bt_next img {
    transition: 0.3s;
  }
  .in-banners .dl-menu .dl-submenu li.bt_next:hover img {
    transform: scale(1.1);
  }
  .in-banners .pt-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .in-banners .pt-perspective {
    height: 100vh;
    overflow: hidden;
    /*text-transform: uppercase;*/
  }
  .in-banners .pt-points {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
  .in-banners .pt-points ul {
    width: 100%;
    text-align: center;
  }
  .in-banners .pt-points ul li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 5px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .in-banners .pt-points ul li.active {
    background-color: #fff;
  }
  .in-mains {
    min-height: 100vh;
  }
  .in-mains .in-titles {
    text-align: center;
    position: relative;
    color: #333;
    padding-bottom: 65px;
    padding-top: 100px;
  }
  .in-mains .in-titles::before {
    position: absolute;
    width: 60px;
    height: 2px;
    content: "";
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #78261f;
  }
	.con-mains {
      padding: 0px;
  }
  .con-mains .con-titles {
    text-align: center;
    position: relative;
    color: #333;
    padding-bottom: 65px;
    padding-top: 60px;
  }
  .con-mains .con-titles::before {
    position: absolute;
    width: 60px;
    height: 2px;
    content: "";
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #78261f;
  }
	.con-mains .con-mapboxs {
      width: 100%; 
      text-align: center;
    }
  .mains-products .products-lists {
    /*padding-bottom: 45px;*/
    display: flex;
  }
  .mains-products .products-lists img {
    display: block;
  }
  .showImgBox {
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: .4s;
  }
  .mains-products .products-lists .lists-l {
    width: 33.5%;
    max-height: 622px;
  }
  .mains-products .products-lists .lists-l img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
  }
  .mains-products .products-lists .lists-l .showImgBox:hover {
    transform: scale(1.12);
  }
  .mains-products .products-lists .lists-r {
    width: 66.5%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
  }
  .mains-products .products-lists .lists-r .lists-rt {
    width: 100%;
    max-height: 270px;
    overflow: hidden;
  }
  .mains-products .products-lists .lists-r .lists-rt img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
  }
  .mains-products .products-lists .lists-r .lists-rt .showImgBox:hover {
    transform: scale(1.12);
  }
  .mains-products .products-lists .lists-r .lists-rb {
    padding-top: 10px;
    display: flex;
    max-height: 352px;
  }
  .mains-products .products-lists .lists-r .lists-rb .lists-rbl,
  .mains-products .products-lists .lists-r .lists-rb .lists-rbr {
    width: 50%;
  }
  .mains-products .products-lists .lists-r .lists-rb .lists-rbl img,
  .mains-products .products-lists .lists-r .lists-rb .lists-rbr img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
  }
  .mains-products .products-lists .lists-r .lists-rb .lists-rbl .showImgBox:hover,
  .mains-products .products-lists .lists-r .lists-rb .lists-rbr .showImgBox:hover {
    transform: scale(1.12);
  }
  .mains-products .products-lists .lists-r .lists-rb .lists-rbl {
    margin-right: 5px;
  }
  .mains-products .products-lists .lists-r .lists-rb .lists-rbr {
    margin-left: 5px;
  }
  .mains-products .products-lists .lists-name {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    font-size: 20px;
  }
  .mains-products .products-lists .lists-name.name-small {
    font-size: 18px;
  }
  .mains-products .products-lists .lists-more {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #78261f;
  }
  .mains-news {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mains-news .news-lists {
    padding: 45px 0px;
    display: flex;
  }
  .mains-news .news-lists img {
    display: block;
  }
  .mains-news .news-lists .lists-l {
    width: 43.4%;
  }
  .mains-news .news-lists .lists-l .lists-item {
    transition: 0.3s;
  }
  .mains-news .news-lists .lists-l .lists-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .mains-news .news-lists .lists-l .item-top {
    position: relative;
    max-height: 369px;
    overflow: hidden;
  }
  .mains-news .news-lists .lists-l .item-top img {
    width: 100%;
    max-height: 369px;
    height: 100%;
  }
  .mains-news .news-lists .lists-l .item-top .item-times {
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 20px;
    background-color: #78261f;
  }
  .mains-news .news-lists .lists-l .item-btm {
    padding: 30px 15px;
    background-color: #fff;
  }
  .mains-news .news-lists .lists-l .item-btm .titles {
    color: #333;
    padding-bottom: 10px;
    position: relative;
  }
  .mains-news .news-lists .lists-l .item-btm .titles::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 2px;
    bottom: 0px;
    background-color: #333;
  }
  .mains-news .news-lists .lists-l .item-btm .msgs {
    color: #666;
    padding: 36px 0px;
    font-size: 16px;
  }
  .mains-news .news-lists .lists-l .item-btm .mores a {
    color: #78261f;
    position: relative;
    font-weight: 600;
  }
  .mains-news .news-lists .lists-l .item-btm .mores a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: -24px;
    top: 50%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
  }
  .mains-news .news-lists .lists-r {
    width: 56.5%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
  }
  .mains-news .news-lists .lists-r .lists-rb {
    width: 100%;
    padding-top: 20px;
    /*opacity: 0;*/
  }
  .mains-news .news-lists .lists-r .lists-rb .item-btm {
    padding: 20px 15px;
    background-color: #fff;
  }
  .mains-news .news-lists .lists-r .lists-rb .item-btm .item-times {
    display: inline-block;
    left: 15px;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    background-color: #78261f;
  }
  .mains-news .news-lists .lists-r .lists-rb .item-btm .titles {
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
  }
  .mains-news .news-lists .lists-r .lists-rb .item-btm .titles::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    left: 2px;
    bottom: 0px;
    background-color: #333;
  }
  .mains-news .news-lists .lists-r .lists-rb .item-btm .msgs {
    color: #666;
    padding: 25px 0px;
    font-size: 16px;
  }
  .mains-news .news-lists .lists-r .lists-rb .item-btm .mores a {
    color: #78261f;
    position: relative;
    font-weight: 600;
  }
  .mains-news .news-lists .lists-r .lists-rb .item-btm .mores a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: -24px;
    top: 50%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
  }
  .mains-news .news-lists .lists-r .lists-rt {
    display: flex;
  }
  .mains-news .news-lists .lists-r .lists-rt .lists-rtl,
  .mains-news .news-lists .lists-r .lists-rt .lists-rtr {
    width: 50%;
    opacity: 0;
  }
  .mains-news .news-lists .lists-r .lists-rt .lists-rtl &gt; .ovf-box,
  .mains-news .news-lists .lists-r .lists-rt .lists-rtr &gt; .ovf-box {
    transition: 0.3s;
  }
  .mains-news .news-lists .lists-r .lists-rt .lists-rtl &gt; .ovf-box:hover,
  .mains-news .news-lists .lists-r .lists-rt .lists-rtr &gt; .ovf-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .mains-news .news-lists .lists-r .lists-rt .lists-rtl img,
  .mains-news .news-lists .lists-r .lists-rt .lists-rtr img {
    width: 100%;
    height: 100%;
  }
  .mains-news .news-lists .lists-r .lists-rt .lists-rtl {
    padding-right: 10px;
  }
  .mains-news .news-lists .lists-r .lists-rt .lists-rtr {
    padding-left: 10px;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-top {
    position: relative;
    max-height: 224px;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-top img {
    width: 100%;
    max-height: 224px;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-top .item-times {
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    background-color: #78261f;
  }
  .item-times p {
    margin: 0px;
  }
  .item-btm .titles h1,
  .item-btm .titles h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-btm {
    padding: 20px 15px;
    background-color: #fff;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-btm .titles {
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-btm .titles::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    left: 2px;
    bottom: 0px;
    background-color: #333;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-btm .mores {
    padding-top: 30px;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-btm .mores a {
    color: #78261f;
    position: relative;
    font-weight: 600;
  }
  .mains-news .news-lists .lists-r .lists-rt .item-btm .mores a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: -24px;
    top: 50%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
  }
  .mains-about .about-lists {
  /*  padding-bottom: 45px;*/
  }
  .mains-about .about-lists .lists-top {
    position: relative;
    border: 1px solid #ddd;
    border-left: none;
  }
  .mains-about .about-lists .lists-top img {
    display: block;
    width: 100%;
  }
  .mains-about .about-lists .lists-top .lt-limg,
  .mains-about .about-lists .lists-top .lt-rinfo {
    width: 50%;
    float: left;
  }
  .mains-about .about-lists .lists-top .lt-rinfo {
    padding: 40px;
  }
  .mains-about .about-lists .lists-top .lt-rinfo.jp-lt-rinfo {
    padding: 20px 40px;
  }
  .mains-about .about-lists .lists-top .lt-rinfo .title {
    text-transform: Uppercase;
    color: #333;
    font-size: 17px;
  }
  .mains-about .about-lists .lists-top .lt-rinfo .lines {
    display: block;
    width: 30px;
    height: 2px;
    margin: 30px 0px;
    background-color: #333;
  }
  .mains-about .about-lists .lists-top .lt-rinfo .lines.jp-lines {
    margin: 25px 0px;
  }
  .mains-about .about-lists .lists-top .lt-rinfo .msgs {
    color: #888;
  }
  .mains-about .about-lists .lists-top .lt-rinfo .mores {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(40px);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 40px;
    background-color: #78261f;
  }
  .mains-about .about-lists .lists-top .lt-rinfo .mores a {
    color: #fff;
  }
  .mains-about .about-lists .lists-btm {
    display: flex;
    justify-content: space-between;
  }
  .mains-about .about-lists .lists-btm .list-item {
    width: 30%;
    padding-top: 50px;
    text-align: center;
  }
  .mains-about .about-lists .lists-btm .list-item .item-top img {
    vertical-align: bottom;
  }
  .mains-about .about-lists .lists-btm .list-item .item-top span {
    color: #78261f;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 5px;
  }
  .mains-about .about-lists .lists-btm .list-item .item-top em {
    color: #78261f;
    font-style: normal;
    font-size: 24px;
  }
  .mains-about .about-lists .lists-btm .list-item .item-btm {
    padding-top: 20px;
  }
  .mains-about .about-lists .lists-btm .list-item .item-btm p {
    color: #666;
  }
  .mains-partners {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mains-partners .partners-lists {
    padding-top: 80px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-content: space-around;
  }
  .mains-partners .partners-lists:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .mains-partners .partners-lists .lists-item {
    width: 200px;
    height: 70px;
  }
  .mains-partners .partners-lists .lists-item .ovf-box {
    transition: 0.4s;
  }
  .mains-partners .partners-lists .lists-item .ovf-box:hover {
    transform: scale(1.12);
  }
  .mains-partners .partners-lists .lists-item .ovf-box img {
    display: block;
    width: 100%;
  }
  .in-footer {
    width: 100%;
  }
  .in-footer .in-container {
    display: flex;
    padding: 30px 0px;
    overflow: hidden;
  }
  .in-footer div[class^='contact-'] .titles {
    color: #333;
    font-size: 16px;
  }
  .in-footer .contact-add {
    width: 38%;
    color: #666;
    font-size: 12px;
  }
  .in-footer .contact-add .add-names {
    padding: 20px 0px;
  }
  .in-footer .contact-add .add-sites {
    padding: 20px 0px;
  }
  .in-footer .contact-add .cn-add-names {
    padding-bottom: 5px;
  }
  .in-footer .contact-add .cn-add-sites {
    padding-top: 5px;
  }
  .in-footer .contact-follow {
    width: 22%;
  }
  .in-footer .contact-follow .fol-eq {
    padding: 20px 0px;
    padding-bottom: 10px;
  }
  .in-footer .contact-follow .fol-links {
    width: 100px;
    display: flex;
    justify-content: space-between;
  }
  .in-footer .contact-links {
    width: 20%;
  }
  .in-footer .contact-links .links {
    padding-top: 15px;
  }
  .in-footer .contact-links .links a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 26px;
  }
  .in-footer .contact-links .links a:hover {
    color: #78261f;
  }
  .in-footer .contact-letter {
    width: 20%;
  }
  .in-footer .contact-letter .in-form {
    padding-top: 20px;
    width: 100%;
  }
  .in-footer .contact-letter .in-form input {
    width: 100%;
    outline: none;
    border: none;
  }
  .in-footer .contact-letter .in-form input::placeholder {
    color: #999;
  }
  .in-footer .contact-letter .in-form .uname,
  .in-footer .contact-letter .in-form .uemail {
    padding: 10px 0px;
    padding-left: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .in-footer .contact-letter .in-form .usubmit {
    padding: 10px 0px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #78261f;
    cursor: pointer;
  }
.ab-titles {
   font-size: 36px;
}

.pjfl{width: 60%;margin: 0 auto;}
.pjfl ul li{width: 20%;float:left; margin:2% 0%;text-align:center;}
.pjfl ul li img{width: 40px;height:40px;}
.pjfl ul li p{font-size:14px; color:#666;line-height:40px;}


.l-tbzz{width:780px;height:180px; margin:40px auto 40px;background: url(img/xx.png) repeat-x center; }
.l-tbzb{width:180px;height:180px;background:#377644;color:#fff; border-radius:50%; margin-right:60px;float:left;}
.l-tbm{font-size:30px; color:#fff; line-height:180px; text-align:center;}
.l-tbdw{width:540px; /*margin:0 auto;*/ height:120px;margin-top:30px;float:right;}
.l-tbdw ul li{width:120px;height:120px; background:#d5ead7; float:left; text-align:center; margin-left:60px;border-radius:50%;}
.l-tbdw ul li p{width:120px; font-size:20px; color:#333; line-height:120px; text-align:center;}

.h-tbzz{width:780px;height:180px; margin:0 auto;background: url(img/hx.png) no-repeat center;}
.h-tbzb{width:180px;height:180px;background:#b2711f;color:#fff; border-radius:50%; margin-right:60px;float:left;}
.h-tbm{font-size:30px; color:#fff; line-height:180px; text-align:center;}
.h-tbdw{width:540px; /*margin:0 auto;*/ height:120px;margin-top:30px;float:right;}
.h-tbdw ul li{width:120px;height:120px; background:#e7cf9a; float:left; text-align:center; margin-left:60px;border-radius:50%;}
.h-tbdw ul li p{width:120px; font-size:20px; color:#5b3619; line-height:120px; text-align:center;}



  @media screen and (max-width: 1300px) {
    .pt-page h1 {
      margin-left: 200px;
    }
    .pt-page a.mores {
      left: 230px;
    }
  }
  @media screen and (max-width: 1200px) {
   
    .in-tnavs .tnavs-menus ul li {
      padding: 0px 10px;
    }
    .pt-page h1 {
      margin-left: 150px;
    }
    .pt-page h1 strong {
      font-size: 50px;
    }
    .pt-page h1 span {
      font-size: 26px;
    }
    .pt-page a.mores {
      left: 180px;
    }
  }
  @media screen and (max-width: 1000px) and (min-width: 768px) {
    .pjfl{width: 100%;margin: 0 auto;}
    .pjfl ul li p{font-size:14px; color:#666;line-height: 20px;margin-top: 10px;}
    .mains-about .about-lists .lists-top .lt-rinfo {
      padding: 20px;
    }
    .mains-about .about-lists .lists-top .lt-rinfo .lines {
      margin: 10px 0px;
    }
    .mains-about .about-lists .lists-top .lt-rinfo .msgs {
      height: 105px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 900px) and (min-width: 768px) {
    .pjfl{width: 100%;margin: 0 auto;}
    .pjfl ul li p{font-size:14px; color:#666;line-height: 20px;margin-top: 10px;}
    .mains-about .about-lists .lists-top .lt-rinfo .msgs {
      height: 60px;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 900px) {
    .pjfl{width: 100%;margin: 0 auto;}
    .pjfl ul li p{font-size:14px; color:#666;line-height: 20px;margin-top: 10px;}
    .in-tnavs .tnavs-menus ul li {
      padding: 0px 5px;
    }
    .pt-page h1 {
      margin-left: 120px;
    }
    .pt-page a.mores {
      left: 150px;
    }
    .mains-products .products-lists .lists-name {
      font-size: 16px;
      top: 10px;
      left: 10px;
    }
    .mains-products .products-lists .lists-name.name-small {
      font-size: 12px;
    }
    .mains-products .products-lists .lists-more {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 768px) {
    .pjfl{width: 100%;margin: 0 auto;}
    .list-msg {
      max-width: 96%;
    }
    .ny_pages a {
      padding: 10px 30px !important;
    }
    .zxp .zx-r li img {
      width: 25%;
    }
    .zxp .zx-r li h3 {
      width: 75%;
    }
    .ab-titles {
     font-size: 24px;
      display: block;
      padding-top: 30px;
    }
    .in-tnavs .tnavs-logo {
      width: 65%;
    }
    .tnavs-menus {
      display: none;
    }
    .tnavs-lans {
      display: none;
    }
    .in-tnavs .navs-m {
      display: block;
    }
    .pt-page h1 {
      top: 25%;
      margin-left: 0;
      padding: 0px 10px;
      text-align: center;
      border-left: none;
    }
    .pt-page h1 strong {
      font-size: 46px;
    }
    .pt-page h1 span {
      display: inline-block;
      transform: translateY(32px);
      line-height: 42px;
    }
    .pt-page a.mores {
      bottom: 25%;
      left: 50%;
      margin-left: -100px;
    }
    .in-banners .pt-points {
      bottom: 3%;
    }
    .in-banners .pt-points ul li {
      width: 15px;
      height: 15px;
    }
    .in-mains .in-titles {
      padding-top: 50px;
      font-size: 14px;
    }
    .mains-products .products-lists {
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 0;
    }
    .mains-products .products-lists .lists-l,
    .mains-products .products-lists .lists-r {
      width: 100%;
      padding-left: 0;
    }
    .mains-products .products-lists .lists-r {
      padding-top: 10px;
    }
    .mains-products .products-lists .lists-name {
      font-size: 20px;
      top: 20px;
      left: 20px;
    }
    .mains-products .products-lists .lists-name.name-small {
      font-size: 14px;
      top: 10px;
      left: 10px;
    }
    .mains-products .products-lists .lists-more {
      width: 80%;
      height: 30px;
      line-height: 30px;
      bottom: 20px;
      font-size: 12px;
    }
    .mains-news .news-lists {
      flex-wrap: wrap;
    }
    .mains-news .news-lists .lists-l {
      width: 100%;
    }
    .mains-news .news-lists .lists-r {
      width: 100%;
      padding-left: 0;
      padding-top: 20px;
    }
    .mains-news .news-lists .lists-r .lists-rt .item-btm .titles {
      font-size: 14px;
    }
    .mains-news .news-lists .lists-r .lists-rt .item-btm .titles h4 {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    .mains-news .news-lists .lists-r .lists-rt .item-top .item-times {
      bottom: 10px;
      font-size: 12px;
    }
    .mains-about .about-lists .lists-top .lt-limg,
    .mains-about .about-lists .lists-top .lt-rinfo {
      width: 100%;
    }
    .mains-about .about-lists .lists-top .lt-rinfo {
      padding: 30px 20px !important;
      padding-bottom: 80px !important;
      position: relative;
    }
    .mains-about .about-lists .lists-top .lt-rinfo .mores {
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
    }
    .mains-about .about-lists .lists-btm .list-item .item-top img {
      width: 30px;
      height: 32px;
      display: block;
      margin: 0 auto;
    }
    .mains-about .about-lists .lists-btm .list-item .item-top span {
      font-size: 24px;
    }
    .mains-about .about-lists .lists-btm .list-item .item-top .cn-compNum,
    .mains-about .about-lists .lists-btm .list-item .item-top .cn-eaNum,
    .mains-about .about-lists .lists-btm .list-item .item-top .cn-safeNum {
      font-size: 22px;
    }
    .mains-about .about-lists .lists-btm .list-item .item-top em {
      font-size: 10px;
    }
    .mains-about .about-lists .lists-btm .list-item .item-btm {
      padding-top: 5px;
    }
    .mains-about .about-lists .lists-btm .list-item .item-btm p {
      font-size: 12px;
    }
    .mains-partners .partners-lists .lists-item {
      width: 160px;
      height: 80px;
    }
    .mains-partners .partners-lists {
      padding-top: 30px;
      padding-bottom: 0;
      flex-wrap: wrap;
    }
    .mains-partners .partners-lists:nth-child(2) {
      padding-top: 0;
      padding-bottom: 30px;
    }
    .in-footer .in-container {
      flex-wrap: wrap;
    }
    .in-footer .contact-add {
      width: 100%;
      text-align: center;
    }
    .in-footer .contact-follow,
    .in-footer .contact-links {
      width: 50%;
      padding-left: 60px;
      padding-top: 20px;
    }
    .in-footer .contact-letter {
      width: 100%;
      text-align: center;
      padding-top: 20px;
    }
    
    
.l-tbzz{width:100%;/*height:180px;*/ margin:0px auto 40px;background: none; }
.l-tbzb{width:60%;/*height:180px;*/background: url(img/ly.png) no-repeat center;color:#fff;/*background:#377644;border-radius:50%;*/ margin:0 auto;float:none;}
.l-tbm{font-size:30px; color:#fff; /*line-height:180px;*/ height:auto;text-align:center;}
.l-tbdw{ width: 100%;margin:0 auto; height:120px;margin-top:30px;}
.l-tbdw ul li{width: 30%;/*height:120px;*/ background: url(img/qly.png) no-repeat center;/*background:#d5ead7;*/ float:left; text-align:center; margin:1.5%;/*border-radius:50%;*/}
.l-tbdw ul li p{width:100%;font-size:20px; color:#333;/* line-height:120px;*/ height:auto;text-align:center;}

.h-tbzz{width:100%;/*height:180px;*/ margin:200px auto 0;background: none;}
.h-tbzb{width:60%;/*height:180px;*/background: url(img/hy.png) no-repeat center;color:#fff;/*background:#b2711f; border-radius:50%;*/margin:0 auto;float:none; }
.h-tbm{font-size:30px; color:#fff; /*line-height:180px;*/ height:auto; text-align:center;}
.h-tbdw{width: 66%; /*height:120px;*/margin:30px auto 0;float:none;}
.h-tbdw ul li{width: 46%;/*height:120px;*/ background: url(img/qhy.png) no-repeat center;/*background:#e7cf9a;*/ float:left; text-align:center; margin:2%;/*border-radius:50%;*/}
.h-tbdw ul li p{width:100%; font-size:20px; color:#5b3619; /* line-height:120px;*/ height:auto; text-align:center;} 
    
    
    
    
    
  }
  @media screen and (max-width: 330px) {
    .mains-about .about-lists .lists-btm .list-item .item-top img {
      width: 30px;
      display: block;
      margin: 0 auto;
    }
    .tnavs-molans-clo .molans {
      width: 60%;
    }
    .ny_pages a {
      padding: 7px 15px !important;
    }
    .pt-page h1 strong {
      font-size: 42px;
    }
    .in-banners .pt-points ul li {
      width: 14px;
      height: 14px;
    }
    .mains-news .news-lists .lists-r .lists-rt .item-top .item-times {
      left: 10px;
      padding: 10px 10px;
    }
    .mains-about .about-lists .lists-top .lt-rinfo .mores {
      font-size: 16px;
      padding: 10px 15px;
    }
    .mains-partners .partners-lists .lists-item {
      width: 140px;
    }
    .in-footer .contact-follow,
    .in-footer .contact-links {
      padding-left: 45px;
    }
  }

/*navbar*/
/*navbar*/
#navbar li {position: relative;}
#navbar li:hover&gt;ul {display: block;visibility: visible;}
#navbar .navbar-ul {position: absolute;top: 70px;left:0px;display: none;visibility: hidden;padding:7px 0;border-radius: 6px;background-color: rgba(120,38,31,.7);height: auto;box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 36px;}
#navbar .navbar-ul  li {display: block;visibility: visible; height: 40px;line-height: 40px; text-align: left;font-size: 12px;}
#navbar .navbar-ul-ul {position: absolute;top: 0px;left: 120px;display: none;visibility: hidden;padding:7px 0;border-radius: 0px 6px 6px 0px;background-color: rgba(151,34,24,.7);height: auto;box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 36px;}
#navbar .navbar-ul-ul li {display: block;visibility: visible;font-size: 12px;line-height: 34px;height: 34px;}

#navbar li:nth-child(2) .navbar-ul{ width: 120px;}
#navbar li:nth-child(3) .navbar-ul{ width: 120px;}
#navbar li:nth-child(4) .navbar-ul{ width: 120px;}
#navbar li:nth-child(5) .navbar-ul{ width: 120px;}




  </pre></body></html>